Bitmap for UWP
Combine(Geometry,CombineMode,Nullable<Matrix3x2>,Single,GeometrySink) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > Geometry クラス > Combine メソッド : Combine(Geometry,CombineMode,Nullable<Matrix3x2>,Single,GeometrySink) メソッド
The geometry to combine with this instance.
The type of combine operation to perform.
The transform to apply to inputGeometry before combining, or NULL.
The maximum bounds on the distance between points in the polygonal approximation of the geometries. Smaller values produce more accurate results but cause slower execution.
The result of the combine operation.
Combines this geometry with the specified geometry and stores the result in an SimplifiedGeometrySink.
シンタックス
'宣言
 
Public Overloads Sub Combine( _
   ByVal inputGeometry As Geometry, _
   ByVal combineMode As CombineMode, _
   ByVal inputGeometryTransform As System.Nullable(Of Matrix3x2), _
   ByVal flatteningTolerance As System.Single, _
   ByVal geometrySink As GeometrySink _
) 
public void Combine( 
   Geometry inputGeometry,
   CombineMode combineMode,
   System.Nullable<Matrix3x2> inputGeometryTransform,
   System.float flatteningTolerance,
   GeometrySink geometrySink
)

パラメータ

inputGeometry
The geometry to combine with this instance.
combineMode
The type of combine operation to perform.
inputGeometryTransform
The transform to apply to inputGeometry before combining, or NULL.
flatteningTolerance
The maximum bounds on the distance between points in the polygonal approximation of the geometries. Smaller values produce more accurate results but cause slower execution.
geometrySink
The result of the combine operation.

戻り値の型

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
参照

Geometry クラス
Geometry メンバ
オーバーロード一覧